home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / hity wydania / Ubuntu 9.10 PL / karmelkowy-koliberek-desktop-9.10-i386-PL.iso / casper / filesystem.squashfs / usr / lib / perl5 / Pango / version.pod < prev   
Text File  |  2009-05-09  |  755b  |  55 lines

  1. =head1 NAME
  2.  
  3. Pango::version - get and check the version of Pango that this was compiled against
  4.  
  5. =cut
  6.  
  7. =for object Pango::version - get and check the version of Pango that this was compiled against
  8.  
  9. =cut
  10.  
  11.  
  12.  
  13.  
  14. =head1 METHODS
  15.  
  16. =head2 boolean = Pango-E<gt>B<CHECK_VERSION> ($major, $minor, $micro)
  17.  
  18. =over
  19.  
  20. =item * $major (integer) 
  21.  
  22. =item * $minor (integer) 
  23.  
  24. =item * $micro (integer) 
  25.  
  26. =back
  27.  
  28. =head2 (MAJOR, MINOR, MICRO) = Pango->B<GET_VERSION_INFO>
  29.  
  30. Fetch as a list the version of pango with which the Perl module was built.
  31.  
  32.  
  33.  
  34. =cut
  35.  
  36.  
  37. =head1 SEE ALSO
  38.  
  39. L<Pango>, L<Gtk2::version>, L<Glib::version>
  40.  
  41.  
  42. =cut
  43.  
  44.  
  45. =head1 COPYRIGHT
  46.  
  47. Copyright (C) 2003-2008 by the gtk2-perl team.
  48.  
  49. This software is licensed under the LGPL.  See L<Pango> for a full notice.
  50.  
  51.  
  52.  
  53. =cut
  54.  
  55.